Next | Prev | Up | Top | Contents | Index
Debugging and Performance Optimization
If you want a fast application, think about performance from the start. While making sure the program runs reliably and bug free is important, it's also essential that you think about performance early on. Applications designed and written without performance considerations can almost never be suitably tuned.
If you want high performance, read the performance chapters in this guide before you start writing the application.
- Debugging Your Program
-
- Tuning Your OpenGL Application
-
- Maximizing Performance With IRIS Performer
-
Next | Prev | Up | Top | Contents | Index